From: Oscar Fuentes Date: Sat, 19 Mar 2016 17:56:51 +0000 (+0100) Subject: * lisp/vc/vc-hooks.el: Fix typo X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21^2~3362 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=070b9de4e39b8b6f1334f1d6d81cd9ad9634d75b;p=emacs.git * lisp/vc/vc-hooks.el: Fix typo --- diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el index 0c1718e94cb..c6512e95e49 100644 --- a/lisp/vc/vc-hooks.el +++ b/lisp/vc/vc-hooks.el @@ -91,7 +91,7 @@ (defface vc-edited-state '((default :inherit vc-state-base-face)) - "Face for VC modeline state when the file is up to date." + "Face for VC modeline state when the file is edited." :version "25.1" :group 'vc-faces)